@charset "utf-8";
.menuTop1{background:url(../images/coin_1.jpg) no-repeat 30px center #ff4a00 ; color: #fff; text-align: center; font-size: 20px; width: 274px; height: 56px;  line-height: 56px; cursor: pointer; }
.menuTop1 a{ color: #ffffff; font-weight: bold;}
.ny_sub{ background: url(../images/ny_sub.jpg) repeat-x bottom; padding: 20px 15px; position: relative;font-family: "微软雅黑"}
.sub_l{ width: 150px; float: left; text-align: center; color: #3c3c3d; font-size: 16px; font-weight: bold;}
.sub_r{ width: 1000px; float: right; line-height: 30px}
.sub_r a{ font-size: 14px; padding: 0px 18px 0px 15px}
.line{ width: 100%; height: 1px;  display: block; background: #d4d4d4; margin-top: 2px }
.block-ny{ background: #f0f0f0; padding: 20px 15px}
.block-c{ border: 1px solid #dedede; padding: 10px 15px}
.block-4{ padding-top: 25px}
.block-4 h2{ font-size: 28px; border-bottom: 1px solid #dedede; line-height: 40px;}
.block-4 h2 span{ font-size: 16px; color: #ff4a00}
.block-4 p{ border-bottom: 1px solid #dedede;  line-height: 40px; font-size: 16px; padding-bottom: 15px;}
.block-4 p b{ font-size: 18px;}
.block-4 div{}
.block-4 div a.a_l{ width:  150px; height: 45px; line-height: 45px; float: left; background:url(../images/on_mes.jpg) no-repeat left center; font-size: 16px; color: #ffffff; padding-left: 90px}
.block-4 div a.a_r{ width:  179px; height: 45px; line-height: 45px; float: right; background:url(../images/on_tel.jpg) no-repeat left center;font-size: 16px; color: #ffffff;padding-left: 70px}
.border{ border: 1px solid #dedede}

.picScroll-pro {
    position: relative;
    width: 100%;
}
.picScroll-pro .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-pro .bd ul li {
    margin: 0 0 15px;
    width: 190px;
    height: 306px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-family: "微软雅黑";
    background: #f0f0f0;
    padding: 15px;
}

.picScroll-pro .bd ul li .pic {
    text-align: center;
    width: 190px;
    overflow: hidden;
    height: 238px;
    text-align: center;
    line-height: 0;
}

.picScroll-pro .bd ul li .pic img {
    width: auto;
    max-width: 100%;
    height: 100%;
    transition-duration: 0.6s
}

.picScroll-pro .bd ul li .pic img:hover {
    transition: 1s;
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.picScroll-pro .bd ul li .title {
    line-height: 30px;
    height: 30px;
    text-align: left;
    position: relative;
}
.picScroll-pro .bd ul li .title a {
    color: #000000;
    display: block;
    font-size: 14px;
}
.picScroll-pro .bd ul li .title:after{
    width: 34px;
    height: 35px;
    display: block;
    background: url(../images/coin_1-09.png) no-repeat 0 0;
    position: absolute;
    right: 0px;
    top: 45px;
    content: "";
}

.picScroll-pro .bd ul li .title p {
    color: #000000;
    line-height:40px;
    height: 40px;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #dedede;
}
.picScroll-pro .bd ul li .title span{
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    color: #a2a2a2;
    text-transform: uppercase;
    line-height: 20px;
}

/*案例*/
.picScroll-4 {
    position: relative;
    width: 100%;
}
.picScroll-4 .bd {

}

.picScroll-4 .bd ul {
    zoom: 1;
    position: relative;
    height: 350px;

}

.picScroll-4 .bd ul li {
    width: 94%;
    float: left;
    position: relative;
    text-align: center;
    font-family: "微软雅黑";
    background: #ffffff;
    padding: 15px;

}


.picScroll-4 .bd ul li .pic {
    text-align: center;
    width: 20%;
    overflow: hidden;
    height: 247px;
    text-align: center;
    line-height: 0;
    float: left;
}

.picScroll-4 .bd ul li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: 0.6s;
    object-fit: cover;
}

.picScroll-4 .bd ul li .pic img:hover {
    transition: 1s;
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.picScroll-4 .bd ul li .title {
    width: calc(80% - 31px);
    height: 215px;
    line-height: 40px;
    text-align: left;
    position: relative;
    border: 1px solid #ff4a00;
    border-left:none;
    float: right;
    padding: 15px;
}
.picScroll-4 .bd ul li .title a.more1 {
    color: #ffffff;
    display: block;
    font-size: 14px;
    background: #ff4a00;
    padding: 5px 10px;
    border-radius: 30px;
    line-height: 30px;
    width: 200px;
    text-align: center;
}
.picScroll-4 .bd ul li .title p {
    color: #000000;
    line-height:30px;
    font-size: 14px;
}
.picScroll-4 .bd ul li .title span{
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 18px;
    color: #34343c;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: bold;
}


/*新闻列表*/
.ul-new1 {
    list-style: none;
}

.ul-new1 li {
    font-family: "微软雅黑";
    height: 83px;
    padding: 15px 0px 15px 0px;

    text-align: left;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #b4b4b4;
}
.ul-new1 li div {
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 800px;
    float: left;
    padding-top: 5px;
    padding-left: 15px;
}

.ul-new1 li div p {
    font-size: 14px;
    color: #646464;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.ul-new1 li span {
    color: #333333;
    font-size: 30px;
    width: 80px;
    float: left;
    text-align: center;
    line-height: 30px;
}

.ul-new1 li span em {
    font-size: 14px;
    color: #999999;
    font-style: normal;
}

.title-4 {
    height: 57px;
    line-height: 57px;
    font-family: "微软雅黑";
    color: #414246;
    position: relative;
    text-align: center;
    background: url(../images/ny_xg.jpg) no-repeat 30px center #f0f0f0;
}

.title-4 p {
    font-size: 16px;
    font-weight: bold;
}
.title_ny{ font-size: 18px; position: relative; line-height: 60px; height: 60px;font-family: "微软雅黑"; padding-left: 20px; font-weight: bold;}
.title_ny:before{ width: 14px; height: 14px; background: #414246; content: ""; position: absolute; top: 22px; left: 0px}

/* 本例子css */
.slideTxtBox1{ width:100%; text-align:left;  }
.slideTxtBox1 .hd{ height:57px; line-height:57px; background:#f0f0f0; position:relative; }
.slideTxtBox1 .hd ul{ float:left; position:absolute;  height:57px;  font-family: "微软雅黑";  border-left: 11px solid #ff4a00;   }
.slideTxtBox1 .hd ul li{ float:left; padding:0 60px; cursor:pointer; font-size: 16px; color: #5a5a5b; list-style: none;  }
.slideTxtBox1 .hd ul li.on{ height:57px;  background:#414246; color: #ffffff  }
.slideTxtBox1 .bd ul{   zoom:1; padding: 15px 0px 0px 0px; }
.slideTxtBox1 .bd ul li{ list-style: none}







		


